return ((SwingBeanInfo)this).createBeanDescriptor(classJProgressBar, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "A component that displays an integer value."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "A string that specifies the name of the L&F class."}), this.createPropertyDescriptor("accessibleContext", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The AccessibleContext associated with this ProgressBar."}), this.createPropertyDescriptor("UI", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The ProgressBarUI implementation that defines the progress bar's look and feel."}), this.createPropertyDescriptor("value", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The model's current value."}), this.createPropertyDescriptor("string", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Whether the progress bar will render a percent string"}), this.createPropertyDescriptor("orientation", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Set the progress bar's orientation."}), this.createPropertyDescriptor("maximum", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The model's maximum value."}), this.createPropertyDescriptor("borderPainted", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Whether the progress bar should paint its border."}), this.createPropertyDescriptor("minimum", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The model's minimum value."}), this.createPropertyDescriptor("stringPainted", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Whether the progress bar will render a string."}), this.createPropertyDescriptor("model", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The data model used by the JProgressBar."}), this.createPropertyDescriptor("percentComplete", new Object[]{"shortDescription", "percentComplete"})};